/***
   Default style
***/
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
* {
	margin: 0;
	padding: 0;
}
body,
input,
button,
select,
textarea {
	color: #354650;
	font-family: Lato, sans-serif;
}
textarea {
	resize: none;
}
input:focus,
textarea:focus {
	outline: none;
}
input:invalid {
	box-shadow: none;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
::-webkit-input-placeholder {
	color: #c0c6ce;
}
:-moz-placeholder {
	color: #c0c6ce;
	opacity: 1;
}
::-moz-placeholder {
	color: #c0c6ce;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #c0c6ce;
}
/***
   Header style
***/
#header-background {
	background-position: 69%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 485px;
	position: relative;
	background-image: url(../img/caregivers-fullscreen-1.jpg);
}
#header-background-blackout {
	background: rgba(0, 22, 39, 0.25);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#header-background-rounding {
	background-image: url(../img/fullscreen-rounding.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	height: inherit;
	position: relative;
	z-index: 2;
}
#header-indent {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#header-title {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	left: 50%;
	position: absolute;
	bottom: 299px;
	text-align: center;
	width: 300px;
	margin-left: -150px;
	line-height: 35px;
}
#header-text {
	display: none;
}
#header-input {
	position: absolute;
	left: 50%;
	bottom: 212px;
	width: 240px;
	height: 60px;
	margin-left: -120px;
	border: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	font-size: 24px;
}
#header-comment {
	display: none;
	font-size: 14px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 190px;
	width: 300px;
	margin-left: -150px;
	height: 17px;
	overflow: hidden;
}
#header-comment.error {
	color: #ff2e42;
}
#header-comment i {
	background: url(../img/ssuccess.svg) no-repeat;
	width: 14px;
	height: 11px;
	display: inline-block;
	margin-right: 5px;
}
#header-button {
	left: 50%;
	position: absolute;
	bottom: 121px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #54d0ff;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	height: 60px;
	width: 240px;
	border: none;
	cursor: pointer;
	margin-left: -120px;
}
#header-button:hover {
	background: #00aff1;
}
#header-guaranteed {
	position: absolute;
	margin: 0 0 0 -131px;
	left: 50%;
	bottom: 90px;
}
#header-scroll {
	position: absolute;
	bottom: 21px;
	left: 50%;
	cursor: pointer;
	width: 70px;
	margin-left: -35px;
}
#header-scroll span {
	color: #fff;
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}
#header-scroll i {
	background: url(../img/barrow.svg) no-repeat;
	height: 14px;
	width: 24px;
	display: block;
	margin: 0 auto;
}
@media (min-width: 768px){
	#header-background {
		background-position: 73%;
		height: 750px;
	}
	#header-indent {
		left: 50%;
		right: unset;
		width: 440px;
		margin-left: -350px;
	}
	#header-title {
		left: 0;
		margin: 0;
		font-size: 48px;
		width: 440px;
		line-height: 47px;
		bottom: 511px;
	}
	#header-text {
		display: block;
		position: absolute;
		bottom: 439px;
		left: 50%;
		font-size: 24px;
		width: 420px;
		line-height: 26px;
		text-align: center;
		color: #fff;
		margin-left: -210px;
	}
	#header-input {
		bottom: 334px;
		width: 350px;
		height: 80px;
		font-size: 36px;
		margin-left: -175px;
	}
	#header-comment {
		bottom: 308px;
		width: 400px;
		margin-left: -200px;
	}
	#header-button {
		bottom: 215px;
		width: 350px;
		height: 80px;
		font-size: 36px;
		margin-left: -175px;
	}
	#header-guaranteed {
		bottom: 185px;
	}
	#header-scroll {
		bottom: 45px;
	}
	#header-scroll span {
		margin-bottom: 10px;
	}
}
@media (min-width: 1280px){
	#header-indent {
		margin-left: -570px;
	}
}
/***
   Scroll Menu style
***/
#mobile-menu {
	height: 60px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}
#mobile-menu-background {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
#mobile-menu-sandwich {
	background: url(../img/mobile-sandwich.svg) no-repeat;
	left: 15px;
	position: absolute;
	top: 20px;
	width: 29px;
	height: 21px;
	z-index: 2;
	cursor: pointer;
}
#mobile-menu.active #mobile-menu-sandwich {
	background: url(../img/mobile-sandwich-active.svg) no-repeat;
}
#mobile-menu-logo {
	background: url(../img/mobile-logo.svg) no-repeat;
	left: 50%;
	position: absolute;
	top: 10px;
	width: 48px;
	height: 40px;
	margin-left: -24px;
	z-index: 3;
}
#mobile-menu-phone {
	background: url(../img/mobile-phone.svg) no-repeat;
	right: 15px;
	position: absolute;
	top: 18px;
	width: 17px;
	height: 25px;
	z-index: 4;
}
#mobile-menu.active #mobile-menu-phone {
	background: url(../img/mobile-phone-active.svg) no-repeat;
}
#desktop-menu {
	display: none;
	height: 69px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}
#dsktp-table {
	display: table;
	width: 100%;
	margin-top: 12px;
	position: relative;
	z-index: 2;
}
#dsktp-table div.dsktp-cell {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.34);
}
#dsktp-table div.dsktp-cell:first-child {
	width: 100%;
}
#dsktp-table div.dsktp-cell.dsktp-nonbord {
	border-right: none !important;
}
#dsktp-table div.dsktp-cell .dsktp-link {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#dsktp-table div.dsktp-cell .dsktp-link:hover {
	color: #54d0ff !important;
}
#desktop-menu.active #dsktp-table div.dsktp-cell {
	border-right: 1px solid rgba(53, 70, 80, 0.34);
}
#desktop-menu.active #dsktp-table div.dsktp-cell .dsktp-link {
	color: #354650;
}
#desktop-menu-background {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
#desktop-menu-logo {
	background: url(../img/desktop-logo.svg) no-repeat;
	height: 45px;
	width: 200px;
	display: block;
}
#desktop-menu-phone-icon {
	background: url(../img/mobile-phone.svg) no-repeat;
	height: 25px;
	position: absolute;
	right: 539px; /* right: 676px; */
	top: 25px;
	width: 17px;
	z-index: 2;
}
#desktop-menu-phone-icon.bc {
	right: 693px;
}
#desktop-menu.active #desktop-menu-phone-icon {
	background: url(../img/mobile-phone-active.svg) no-repeat;
}
#desktop-menu-line0,
#desktop-menu-line1,
#desktop-menu-line2,
#desktop-menu-line3 {
	background: #fff;
	height: 27px;
	opacity: 0.34;
	position: absolute;
	top: 23px;
	width: 1px;
	z-index: 2;
}
#desktop-menu-line0 {
	right: 527px;
}
#desktop-menu-line1 {
	right: 416px; /* right: 512px; */
}
#desktop-menu-line2 {
	right: 286px; /* right: 382px; */
}
#desktop-menu-line3 {
	display: none; /* delete */
	
	right: 293px;
}
#desktop-menu.active #desktop-menu-line0,
#desktop-menu.active #desktop-menu-line1,
#desktop-menu.active #desktop-menu-line2,
#desktop-menu.active #desktop-menu-line3 {
	background: #354650;
}
#desktop-menu-sign-in {
	display: none; /* delete */
	
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	right: 183px;
	top: 24px;
	z-index: 2;
	text-decoration: none;
}
#desktop-menu.active #desktop-menu-sign-in {
	color: #354650;
}
#desktop-menu-get-started {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 0 20px;
	height: 43px;
	line-height: 43px;
	border: solid 1px #fff;
	text-decoration: none;
	display: table;
}
#desktop-menu-get-started:hover {
	background: #00aff1 !important;
	border: solid 1px #00aff1 !important;
}
#desktop-menu.active #desktop-menu-get-started {
	background: #54d0ff;
	border: solid 1px #54d0ff;
}
@media (min-width: 960px){
	#mobile-menu {
		display: none;
	}
	#desktop-menu {
		display: block;
	}
}
/***
   Show-Hide Menu style
***/
#sandwich-menu {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 0;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1002;
	visibility: hidden;
	height: 100%;
}
#sandwich-menu-scroll {
	-webkit-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 9px 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	width: 320px;
	margin-left: -320px;
	position: relative;
}
#sandwich-menu-exit {
	background: url(../img/mobile-sandwich-close.svg) no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 15px;
	left: 15px;
	cursor: pointer;
}
#sandwich-menu-logo {
	background: url(../img/desktop-logo.svg) no-repeat;
	height: 45px;
	width: 200px;
	position: absolute;
	top: 89px;
	left: 60px;
}
#sandwich-menu-gets {
	text-align: center;
	padding-top: 221px;
}
#sandwich-menu-gets a {
	font-size: 36px;
	color: #354650;
	text-decoration: none;
}
#sandwich-menu-sign-in {
	text-align: center;
	padding-top: 38px;
}
#sandwich-menu-sign-in a {
	font-size: 36px;
	color: #354650;
	text-decoration: none;
}
#sandwich-menu-line1 {
	background: rgba(151, 151, 151, 0.28);
	height: 1px;
	width: 120px;
	margin: 47px auto 0;
}
#sandwich-menu-line2 {
	background: rgba(151, 151, 151, 0.28);
	height: 1px;
	width: 120px;
	margin: 47px auto 0;
}
#sandwich-menu-line3 {
	background: rgba(151, 151, 151, 0.28);
	height: 1px;
	width: 120px;
	margin: 47px auto 0;
}
#sandwich-menu-line4 {
	background: rgba(151, 151, 151, 0.28);
	height: 1px;
	width: 120px;
	margin: 47px auto 0;
}
#sandwich-menu-sign-up {
	text-align: center;
	padding-top: 38px;
}
#sandwich-menu-sign-up a {
	font-size: 36px;
	color: #354650;
	text-decoration: none;
}
#sandwich-menu-jobs {
	text-align: center;
	padding-top: 38px;
}
#sandwich-menu-jobs a {
	font-size: 36px;
	color: #354650;
	text-decoration: none;
}
#sandwich-menu-gbp {
	text-align: center;
	padding: 38px 0 163px;
}
#sandwich-menu-gbp a {
	font-size: 36px;
	color: #354650;
	text-decoration: none;
}
#sandwich-menu-copy {
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 21px;
	left: 0;
	right: 0;
}
/***
   Content Hoto style
***/
#content-hoto {
	padding-top: 38px;
}
#content-hoto-title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
#content-hoto-view {
	margin-top: -22px;
}
#content-hoto-view div.table {
	display: table;
	width: 100%;
}
#content-hoto-view div.table div.cell {
	width: 100%;
}
#content-hoto-view div.table div.cell.img {
	display: table-header-group;
}
#content-hoto-view div.table div.cell.txt {
	display: table-footer-group;
}
#content-hoto-view div.table div.cell i {
	display: block;
	margin: 50px auto 0;
}
#content-hoto-view div.table div.cell i.h1 {
	width: 279px;
	height: 326px;
	background: url(../img/24-7-step-1.svg) no-repeat;
}
#content-hoto-view div.table div.cell i.h2 {
	width: 280px;
	height: 325px;
	background: url(../img/24-7-step-2.svg) no-repeat;
}
#content-hoto-view div.table div.cell i.h3 {
	width: 280px;
	height: 326px;
	background: url(../img/24-7-step-3.svg) no-repeat;
}
#content-hoto-view div.table div.cell span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #54d0ff;
	margin-top: 24px;
}
#content-hoto-view div.table div.cell p {
	display: block;
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
	margin: 17px auto 0;
	width: 280px;
}
#content-hoto-view div.table div.cell u {
	text-decoration: none;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	margin: 8px auto 0;
	width: 280px;
}
#content-hoto-scroll {
	cursor: pointer;
	width: 70px;
	margin: 41px auto 0;
}
#content-hoto-scroll span {
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}
#content-hoto-scroll i {
	background: url(../img/barrow.svg) no-repeat;
	height: 14px;
	width: 24px;
	display: block;
	margin: 0 auto;
}
@media (min-width: 768px){
	#content-hoto {
		padding-top: 42px;
	}
	#content-hoto-title {
		font-size: 48px;
	}
	#content-hoto-view {
		max-width: 1040px;
		margin: 14px auto 0;
	}
	#content-hoto-view div.table div.cell {
		display: table-cell !important;
		vertical-align: middle;
		width: 50%;
	}
	#content-hoto-view div.table div.cell i {
		margin: 36px auto 0;
	}
	#content-hoto-view div.table div.cell span {
		margin-top: unset;
	}
	#content-hoto-view div.table div.cell p {
		width: 430px;
	}
	#content-hoto-view div.table div.cell u {
		width: 370px;
	}
}
@media (min-width: 1280px){
	#content-hoto-scroll {
		margin: 89px auto 0;
	}
}
/***
   Content Info style
***/
#content-info {
	display: table;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 35px 0 0;
}
#content-info div.cell {
	display: table-row;
	width: 100%;
	text-align: center;
}
#content-info div.cell i {
	display: block;
	margin: 25px auto 0;
}
#content-info div.cell span {
	font-size: 36px;
	font-weight: bold;
	display: block;
	line-height: 36px;
	margin-top: 32px;
}
#content-info div.cell p {
	font-size: 18px;
	display: block;
	line-height: 23px;
	margin: 20px 0 21px;
}
#content-info div.cell.left i {
	background: url(../img/info-left.svg) no-repeat;
	width: 87px;
	height: 82px;
}
#content-info div.cell.middle i {
	background: url(../img/info-middle.svg) no-repeat;
	width: 79px;
	height: 89px;
}
#content-info div.cell.right i {
	background: url(../img/info-right.svg) no-repeat;
	width: 88px;
	height: 88px;
}
#content-info-scroll {
	cursor: pointer;
	width: 70px;
	margin: 0 auto 30px;
}
#content-info-scroll span {
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}
#content-info-scroll i {
	background: url(../img/barrow.svg) no-repeat;
	height: 14px;
	width: 24px;
	display: block;
	margin: 0 auto;
}
@media (min-width: 1280px){
	#content-info {
		padding: unset;
	}
	#content-info div.cell {
		display: table-cell;
		width: 33.33333333%;
	}
	#content-info div.cell i {
		margin: 100px auto 0;
	}
	#content-info div.cell p {
		margin: 20px 0 96px;
	}
	#content-info-scroll {
		margin: 0 auto 45px;
	}
	#content-info-scroll span {
		margin-bottom: 10px;
	}
}
/***
   Content Services style
***/
#content-services {
	background: #f1f2f7;
}
#content-services-title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding: 50px 40px 29px;
	line-height: 37px;
}
#content-services-view {
	padding-bottom: 33px;
}
#content-services-view div.table {
	display: table;
	padding: 24px 0;
	width: 285px;
	margin: 0 auto;
}
#content-services-view div.table div.left {
	width: 52px;
	padding-right: 20px;
}
#content-services-view div.table div.left,
#content-services-view div.table div.right {
	display: table-cell;
	vertical-align: top;
}
#content-services-view div.table div.left i {
	display: block;
	margin: 0 auto;
}
#content-services-view div.table div.left i.services-1 {
	background: url(../img/services-1.svg) no-repeat;
	width: 39px;
	height: 43px;
}
#content-services-view div.table div.left i.services-2 {
	background: url(../img/services-2.svg) no-repeat;
	width: 32px;
	height: 39px;
}
#content-services-view div.table div.left i.services-3 {
	background: url(../img/services-3.svg) no-repeat;
	width: 52px;
	height: 36px;
}
#content-services-view div.table div.left i.services-4 {
	background: url(../img/services-4.svg) no-repeat;
	width: 42px;
	height: 38px;
}
#content-services-view div.table div.left i.services-5 {
	background: url(../img/services-5.svg) no-repeat;
	width: 45px;
	height: 35px;
}
#content-services-view div.table div.left i.services-6 {
	background: url(../img/services-6.svg) no-repeat;
	width: 32px;
	height: 47px;
}
#content-services-view div.table div.left i.services-7 {
	background: url(../img/services-7.svg) no-repeat;
	width: 38px;
	height: 38px;
}
#content-services-view div.table div.left i.services-8 {
	background: url(../img/services-8.svg) no-repeat;
	width: 47px;
	height: 30px;
}
#content-services-view div.table div.left i.services-9 {
	background: url(../img/services-9.svg) no-repeat;
	width: 34px;
	height: 41px;
}
#content-services-view div.table div.right div.name {
	font-size: 24px;
	line-height: 24px;
}
#content-services-view div.table div.right div.name a {
	color: #354650;
	text-decoration: none;
}
#content-services-view div.table div.right div.name a:hover {
	color: #00aff1;
}
#content-services-view div.table div.right div.text {
	font-size: 14px;
	line-height: 18px;
	margin-top: 14px;
}
#content-services-scroll {
	cursor: pointer;
	width: 70px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#content-services-scroll span {
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}
#content-services-scroll i {
	background: url(../img/barrow.svg) no-repeat;
	height: 14px;
	width: 24px;
	display: block;
	margin: 0 auto;
}
@media (min-width: 768px){
	#content-services-title {
		font-size: 48px;
		line-height: unset;
	}
	#content-services-view {
		display: table;
		width: 760px;
		margin: 0 auto;
	}
	#content-services-view div.table {
		float: left;
		width: 360px;
		padding: 24px 10px;
	}
}
@media (min-width: 1280px){
	#content-services-view {
		width: 1140px;
	}
	#content-services-scroll span {
		margin-bottom: 10px;
	}
}
/***
   Content Zip style
***/
#content-zip {
	display: table;
	width: 100%;
}
#content-zip-left {
	display: table-header-group;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	background-image: url(../img/zip-bg.png);
}
#content-zip-rounding {
	background-image: url(../img/zip-round-bottom.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	height: inherit;
	position: relative;
}
#content-zip-map {
	width: 280px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -140px;
}
#content-zip-text {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 280px;
	line-height: 26px;
	position: absolute;
	top: 241px;
	left: 50%;
	margin-left: -140px;
}
#content-zip-right {
	display: table-footer-group;
	background: #00aff1;
}
#content-zip-icon {
	margin: 34px auto 0;
}
#content-zip-icon.ok {
	width: 56px;
	height: 52px;
	background: url(../img/zip-ok.svg) no-repeat;
}
#content-zip-icon.error {
	width: 57px;
	height: 57px;
	background: url(../img/zip-error.svg) no-repeat;
}
#content-zip-comment {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	padding: 0 20px;
	line-height: 24px;
}
#content-zip-line {
	width: 30px;
	height: 2px;
	opacity: 0.5;
	background: #fff;
	margin: 36px auto 0;
}
#content-zip-title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 37px;
	padding: 0 20px;
	line-height: 35px;
}
#content-zip-input {
	width: 280px;
	height: 80px;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	font-size: 24px;
	margin: 34px auto 0;
	display: block;
}
#content-zip-button {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #54d0ff;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	height: 80px;
	width: 280px;
	margin: 20px auto 30px;
	border: none;
	cursor: pointer;
	display: block;
}
#content-zip-button:hover {
	background: #27c4ff;
}
div.hide {
	visibility: hidden;
}
@media (min-width: 768px){
	#content-zip-left {
		height: 550px;
	}
	#content-zip-map {
		width: 567px;
		top: 52px;
		margin-left: -283px;
	}
	#content-zip-text {
		top: 429px;
	}
	#content-zip-icon {
		margin: 60px auto 0;
	}
	#content-zip-comment {
		font-size: 24px;
		margin-top: 17px;
	}
	#content-zip-line {
		margin: 39px auto 0;
	}
	#content-zip-title {
		margin-top: 32px;
	}
	#content-zip-input {
		width: 300px;
		margin: 24px auto 0;
	}
	#content-zip-button {
		width: 300px;
		margin: 20px auto 60px;
	}
}
@media (min-width: 960px){
	#content-zip-rounding {
		background-image: url(../img/zip-round-right.svg);
		background-position: right bottom;
	}
	#content-zip-left {
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}
	#content-zip-map {
		width: 400px;
		margin-left: -215px;
	}
	#content-zip-right {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	#content-zip-icon {
		margin-top: 0;
	}
	#content-zip-button {
		margin-bottom: 0;
	}
}
@media (min-width: 1280px){
	#content-zip-map {
		width: 567px;
		margin-left: -295px;
	}
}
/***
   Content Review style
***/
#content-review {
	max-width: 1040px;
	border: 1px solid #ccdce2;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 60px 10px 50px;
	margin: 60px 20px 30px;
	position: relative;
    box-sizing: border-box;
}
#content-review-title {
    font-size: 30px;
    position: absolute;
    top: -28px;
    text-align: center;
    line-height: 28px;
    background: #fff;
    width: 240px;
    left: 50%;
    margin-left: -120px;
}
#content-review-autoheight {
    position: relative;
}
#content-review-autoheight div.list {
    display: none;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
}
#content-review-autoheight div.list div.image {
    width: 220px;
    height: 167px;
    margin: 0 auto 30px;
    position: relative;
}
#content-review-autoheight div.list div.image::after {
    content: "";
    background: url(../img/review-shape.svg) no-repeat;
    position: absolute;
    width: inherit;
    height: inherit;
}
#content-review-autoheight div.list div.quote {
    background: url(../img/review-quote.svg) no-repeat;
    width: 60px;
    height: 60px;
    margin: 0 auto 30px;
}
#content-review-autoheight div.list p {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}
#content-review-autoheight div.list p+p {
    margin-top: 10px;
}
#content-review-autoheight div.list div.author {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
#content-review-autoheight div.list div.video {
    margin: 0 auto 20px;
    max-width: 760px;
}
#content-review-autoheight div.list div.video .video-js {
    width: inherit;
    height: 143px;
}
#content-review-autoheight div.list div.video .video-js .vjs-big-play-button {
    margin: -22px 0 0 -45px;
    top: 50%;
    left: 50%;
    border: unset;
}
#content-review-left {
    position: absolute;
    bottom: -30px;
    left: 30px;
    background: #fff url(../img/review-left.svg) no-repeat center;
    width: 60px;
    height: 60px;
    border: 1px solid #ccdce2;
    border-radius: 60px;
    cursor: pointer;
}
#content-review-left:hover {
    background-color: #f4fcff;
}
#content-review-right {
    position: absolute;
    bottom: -30px;
    right: 30px;
    background: #fff url(../img/review-right.svg) no-repeat center;
    width: 60px;
    height: 60px;
    border: 1px solid #ccdce2;
    border-radius: 60px;
    cursor: pointer;
}
#content-review-right:hover {
    background-color: #f4fcff;
}
@media (min-width: 440px){
    #content-review-title {
        top: -18px;
        line-height: unset;
        width: 340px;
        margin-left: -170px;
    }
    #content-review-autoheight div.list div.image {
        margin: 0 auto 35px;
    }
    #content-review-autoheight div.list div.quote {
        margin: 0 auto 35px;
    }
    #content-review-autoheight div.list div.video .video-js {
        height: 209px;
    }
}
@media (min-width: 560px){
    #content-review-autoheight div.list div.video .video-js {
        height: 275px;
    }
}
@media (min-width: 680px){
    #content-review-autoheight div.list div.video .video-js {
        height: 342px;
    }
}
@media (min-width: 768px){
    #content-review {
        padding: 60px 40px 50px;
        margin: 80px 40px 30px;
    }
    #content-review-title {
        font-size: 48px;
        top: -29px;
        width: 500px;
        margin-left: -250px;
    }
    #content-review-autoheight div.list div.video {
        margin: 0 auto 10px;
    }
    #content-review-left {
        bottom: 50%;
        left: -30px;
        margin-bottom: -30px;
    }
    #content-review-right {
        bottom: 50%;
        right: -30px;
        margin-bottom: -30px;
    }
}
@media (min-width: 800px){
    #content-review-autoheight div.list div.video .video-js {
        height: 353px;
    }
}
@media (min-width: 920px){
    #content-review-autoheight div.list div.video .video-js {
        height: 419px;
    }
}
@media (min-width: 1040px){
    #content-review-autoheight div.list div.video .video-js {
        height: 420px;
    }
}
@media (min-width: 1200px){
    #content-review {
        margin: 80px auto 30px;
    }
}
/***
   Content Smi style
***/
#content-smi {
	display: table;
	padding: 30px 0 40px;
	margin: 0 auto;
}
#content-smi div.cell {
	display: table-cell;
	padding: 0 10px;
}
#content-smi div.cell i {
	display: block;
}
#content-smi div.cell i.icon1 {
	background: url(../img/ic1-x1.svg) no-repeat;
	width: 29px;
	height: 20px;
}
#content-smi div.cell i.icon2 {
	background: url(../img/ic2-x1.jpg) no-repeat;
	width: 80px;
	height: 17px;
}
#content-smi div.cell i.icon3 {
	background: url(../img/ic3-x1.svg) no-repeat;
	width: 36px;
	height: 26px;
}
#content-smi div.cell i.icon4 {
	background: url(../img/ic4-x1.jpg) no-repeat;
	width: 63px;
	height: 21px;
}
@media (min-width: 768px){
	#content-smi div.cell {
		padding: 0 30px;
	}
	#content-smi div.cell i.icon1 {
		background: url(../img/ic1-x2.svg) no-repeat;
		width: 58px;
		height: 40px;
	}
	#content-smi div.cell i.icon2 {
		background: url(../img/ic2-x2.jpg) no-repeat;
		width: 159px;
		height: 33px;
	}
	#content-smi div.cell i.icon3 {
		background: url(../img/ic3-x2.svg) no-repeat;
		width: 72px;
		height: 53px;
	}
	#content-smi div.cell i.icon4 {
		background: url(../img/ic4-x2.jpg) no-repeat;
		width: 126px;
		height: 42px;
	}
}
@media (min-width: 1100px){
	#content-smi div.cell {
		padding: 0 50px;
	}
	#content-smi div.cell i.icon1 {
		background: url(../img/ic1-x3.svg) no-repeat;
		width: 86px;
		height: 59px;
	}
	#content-smi div.cell i.icon2 {
		background: url(../img/ic2-x3.jpg) no-repeat;
		width: 235px;
		height: 47px;
	}
	#content-smi div.cell i.icon3 {
		background: url(../img/ic3-x3.svg) no-repeat;
		width: 106px;
		height: 79px;
	}
	#content-smi div.cell i.icon4 {
		background: url(../img/ic4-x3.jpg) no-repeat;
		width: 185px;
		height: 60px;
	}
}
/***
   Content Button style
***/
#content-button {
	background: #f9fafb;
	padding: 90px 0 73px;
}
#content-button-get {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #54d0ff;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	width: 280px;
	text-align: center;
	display: block;
	margin: 0 auto;
}
#content-button-get:hover {
	background: #00aff1;
}
@media (min-width: 768px){
	#content-button-get {
		height: 80px;
		line-height: 80px;
		font-size: 36px;
		width: 420px;
	}
}
/***
   Footer style
***/
#footer-background {
	background: #1b1e25;
	padding: 1px 20px 15px;
}
#footer-links {
	display: table;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}
#footer-links div.dinamic-cell {
	display: table-row;
}
#footer-links div.dinamic-cell div.table {
	display: table;
	width: 100%;
	padding: 20px 0;
}
#footer-links div.dinamic-cell div.table div.static-cell {
	display: table-cell;
	width: 50%;
}
#footer-links div.dinamic-cell div.table div.static-cell ul {
	list-style: none;
}
#footer-links div.dinamic-cell div.table div.static-cell ul li {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
#footer-links div.dinamic-cell div.table div.static-cell ul li a {
	color: #fff;
	text-decoration: none;
	opacity: 0.3;
}
#footer-links div.dinamic-cell div.table div.static-cell ul.col1,
#footer-links div.dinamic-cell div.table div.static-cell ul.col2,
#footer-links div.dinamic-cell div.table div.static-cell ul.col3,
#footer-links div.dinamic-cell div.table div.static-cell div.col4 {
	display: table;
	width: 140px;
	margin: 0 auto;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social {
	height: 35px;
	padding: 11px 0 20px;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social a {
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	margin: 0 5px;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social a:first-child {
	margin: 0 5px 0 0;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social a:last-child {
	margin: 0 0 0 5px;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social a.yelp {
	background: url(../img/yelp-icon.svg) no-repeat;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social a.twitter {
	background: url(../img/twitter-icon.svg) no-repeat;
}
#footer-links div.dinamic-cell div.table div.static-cell div.social a.facebook {
	background: url(../img/facebook-icon.svg) no-repeat;
}
#footer-links div.dinamic-cell div.table div.static-cell a.accredited {
	background: url(../img/accredited-business.png) no-repeat;
	height: 55px;
	width: 113px;
	display: block;
}
@media (min-width: 380px){
	#footer-links div.dinamic-cell div.table div.static-cell ul.col1,
	#footer-links div.dinamic-cell div.table div.static-cell ul.col2,
	#footer-links div.dinamic-cell div.table div.static-cell ul.col3,
	#footer-links div.dinamic-cell div.table div.static-cell div.col4 {
		width: 170px;
	}
}
@media (min-width: 768px){
	#footer-links div.dinamic-cell {
		display: table-cell;
		width: 50%;
	}
	#footer-links div.dinamic-cell div.table div.static-cell ul.col2 {
		padding-right: 4px;
	}
	#footer-links div.dinamic-cell div.table div.static-cell ul.col3 li {
		padding-left: 32px;
	}
}
#footer-text {
	font-size: 14px;
	color: #fff;
	opacity: 0.3;
	text-align: center;
	padding-bottom: 7px;
	max-width: 960px;
	margin: 0 auto;
}
#pricing-bg {
	display: none;
	position: fixed;
	background: rgba(35,35,35,0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: auto;
	z-index: 999;
}
#pricing-form1 {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	max-width: 600px;
	margin: 0 auto;
	z-index: 1000;
}
#pricing-form1 div.container {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	padding: 30px 0 50px;
	margin: 70px 0;
	position: relative;
}
#pricing-form1 div.container div.close {
	background: url(../img/pricing-close.svg) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -40px;
	right: 10px;
	cursor: pointer;
}
#pricing-form1 div.container div.logo {
	background: url(../img/pricing-logo-small.svg) no-repeat;
	width: 62px;
	height: 61px;
	margin: 0 auto;
}
#pricing-form1 div.container div.title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.13;
	width: 300px;
	margin: 14px auto 16px;
}
#pricing-form1 div.container div.description {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.28;
	width: 240px;
	margin: 0 auto 21px;
}
#pricing-form1 div.container input {
	width: 280px;
	height: 60px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f2f6fb;
	border: solid 2px #c6d0d8;
	font-size: 24px;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
}
#pricing-form1 div.container input:focus {
	border: 2px solid #54d0ff;
}
#pricing-form1 div.container div.message1 {
	font-size: 14px;
	color: #1dd384;
	text-align: center;
	display: none;
	margin-top: 26px;
}
#pricing-form1 div.container div.message1.error {
	color: #ff2e42;
}
#pricing-form1 div.container div.message1 i {
	background: url(../img/pricing-message.svg) no-repeat;
	display: inline-block;
	height: 11px;
	margin-right: 5px;
	width: 14px;
}
#pricing-form1 div.container div.radiobutton {
	background: #f2f6fc;
	border: 2px solid #c6d0d8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
	display: table;
	margin: 30px auto 0;
	padding: 25px;
	width: 280px;
}
#pricing-form1 div.container div.radiobutton div.cell {
	display: table-row;
	line-height: 28px;
	width: 100%;
}
#pricing-form1 div.container div.radiobutton div.cell i {
	background: url(../img/pricing-radio.svg) no-repeat;
	display: block;
	height: 28px;
	width: 28px;
	cursor: pointer;
	margin-right: 15px;
	float: left;
}
#pricing-form1 div.container div.radiobutton div.cell.active i {
	background: url(../img/pricing-radio-active.svg) no-repeat;
}
#pricing-form1 div.container div.radiobutton div.cell span {
	font-size: 18px;
	float: left;
	display: block;
	cursor: pointer;
}
#pricing-form1 div.container div.radiobutton div.cell:first-child i,
#pricing-form1 div.container div.radiobutton div.cell:first-child span {
	margin-bottom: 20px;
}
#pricing-form1 div.container div.radiobutton div.cell:last-child i,
#pricing-form1 div.container div.radiobutton div.cell:last-child span {
	margin-top: 20px;
}
#pricing-form1 div.container div.message2 {
	font-size: 14px;
	color: #ff2e42;
	text-align: center;
	display: none;
	margin-top: 26px;
}
#pricing-form1 div.container div.button {
	width: 280px;
	line-height: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #54d1ff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	cursor: pointer;
	margin: 30px auto 0;
}
#pricing-form1 div.container div.button:hover {
	background: #00aff1;
}
#pricing-form1 div.container div.button.disabled {
	opacity: 0.3;
	cursor: default;
}
#pricing-form1 div.container div.button.disabled:hover {
	background: #54d1ff;
}
@media (min-width: 768px){
	#pricing-form1 div.container div.close {
		right: -40px;
	}
	#pricing-form1 div.container div.logo {
		background: url(../img/pricing-logo-big2.svg) no-repeat;
		width: 72px;
		height: 71px;
	}
	#pricing-form1 div.container div.title {
		font-size: 30px;
		line-height: 1.14;
		width: 480px;
		margin: 9px auto 14px;
	}
	#pricing-form1 div.container div.description {
		width: unset;
	}
	#pricing-form1 div.container input {
		width: 360px;
	}
	#pricing-form1 div.container div.radiobutton {
		width: 360px;
	}
	#pricing-form1 div.container div.button {
		width: 360px;
	}
}
#pricing-form2 {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	max-width: 600px;
	margin: 0 auto;
	z-index: 1000;
}
#pricing-form2 div.container {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	padding: 19px 0 50px;
	margin: 70px 0;
	position: relative;
}
#pricing-form2 div.container div.close {
	background: url(../img/pricing-close.svg) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -40px;
	right: 10px;
	cursor: pointer;
}
#pricing-form2 div.container div.title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.13;
	margin: 0 auto;
	text-align: center;
	width: 280px;
}
#pricing-form2 div.container div.description {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.28;
	margin: 11px auto 16px;
	text-align: center;
	width: 280px;
}
#pricing-form2 div.container div.table-mobile {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #b6eaff;
	margin: 0 10px;
}
#pricing-form2 div.container div.table-mobile div.header {
	display: table;
	width: 100%;
}
#pricing-form2 div.container div.table-mobile div.header div.cell {
	color: #fff;
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	width: 33.3333%;
	border-right: solid 1px #b6eaff;
	padding: 4px 0 6px;
	background: #54d0ff;
}
#pricing-form2 div.container div.table-mobile div.header div.cell:last-child {
	border-right: unset;
}
#pricing-form2 div.container div.table-mobile div.text {
	border-top: 1px solid #b6eaff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 4px 0 6px;
}
#pricing-form2 div.container div.table-mobile div.text.hidden {
	display: none;
}
#pricing-form2 div.container div.table-mobile div.text.b1 {
	background: #e6f8ff;
}
#pricing-form2 div.container div.table-mobile div.text.b2 {
	background: #d8f5ff;
	font-weight: bold;
}
#pricing-form2 div.container div.table-mobile div.text.big {
	font-size: 18px;
	line-height: unset;
	padding: 8px 0 10px;
}
#pricing-form2 div.container div.table-mobile div.text div.help {
	border-bottom: 1px dotted;
	cursor: help;
	display: inline;
	position: relative;
}
#pricing-form2 div.container div.table-mobile div.text div.help span {
	background: #354650;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	bottom: 25px;
	color: #fff;
	display: none;
	font-size: 14px;
	left: 50%;
	margin-left: -120px;
	padding: 8px 15px 12px;
	position: absolute;
	text-align: center;
	width: 240px;
	line-height: 18px;
	box-sizing: border-box;
}
#pricing-form2 div.container div.table-mobile div.text div.help span i {
	width: 16px;
	height: 16px;
	background: #354650;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
}
#pricing-form2 div.container div.table-mobile div.value {
	display: table;
	width: 100%;
	border-top: solid 1px #b6eaff;
}
#pricing-form2 div.container div.table-mobile div.value.hidden {
	display: none;
}
#pricing-form2 div.container div.table-mobile div.value.b2 {
	background: #f6fcff;
	font-weight: bold;
}
#pricing-form2 div.container div.table-mobile div.value.error {
	background: #fbdcdc;
}
#pricing-form2 div.container div.table-mobile div.value div.cell {
	display: table-cell;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	width: 33.3333%;
	border-right: solid 1px #b6eaff;
	padding: 4px 0 6px;
}
#pricing-form2 div.container div.table-mobile div.value div.cell:last-child {
	border-right: unset;
}
#pricing-form2 div.container div.table-mobile div.value div.cell i.pch {
	background: url(../img/pricing-check.svg) no-repeat;
	display: block;
	height: 14px;
	margin: 3px auto 1px;
	width: 18px;
}
#pricing-form2 div.container div.table-mobile div.value div.cell i.pmin {
	background: url(../img/pricing-minus.svg) no-repeat;
	display: block;
	height: 15px;
	margin: 2px auto 0;
	width: 18px;
}
#pricing-form2 div.container div.table-mobile div.value div.cell i.pucheck {
	background: url(../img/pricing-checkbox.svg) no-repeat;
	display: block;
	height: 28px;
	margin: 4px auto 2px;
	width: 28px;
	cursor: pointer;
}
#pricing-form2 div.container div.table-mobile div.value div.cell i.pcheck {
	background: url(../img/pricing-checkbox-active.svg) no-repeat;
	display: block;
	height: 28px;
	margin: 4px auto 2px;
	width: 28px;
	cursor: pointer;
}
#pricing-form2 div.container div.table-desktop {
	display: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border: solid 1px #b6eaff;
	margin: 0 30px;
}
#pricing-form2 div.container div.table-desktop div.header {
	display: table;
	width: 100%;
}
#pricing-form2 div.container div.table-desktop div.header div.cell {
	color: #fff;
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	width: 18%;
	border-right: solid 1px #b6eaff;
	padding: 8px 0 10px;
	background: #54d0ff;
}
#pricing-form2 div.container div.table-desktop div.header div.cell:first-child {
	width: 46%;
	background: #e6f8ff;
}
#pricing-form2 div.container div.table-desktop div.header div.cell:last-child {
	border-right: unset;
}
#pricing-form2 div.container div.table-desktop div.line {
	display: table;
	width: 100%;
}
#pricing-form2 div.container div.table-desktop div.line.hidden {
	display: none;
}
#pricing-form2 div.container div.table-desktop div.line div.cell {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
	width: 18%;
	border-right: solid 1px #b6eaff;
	border-top: solid 1px #b6eaff;
	padding: 8px 0 10px;
	text-align: center;
}
#pricing-form2 div.container div.table-desktop div.line div.cell.b1 {
	background: #e6f8ff;
}
#pricing-form2 div.container div.table-desktop div.line div.cell.b2 {
	background: #d8f5ff;
	font-weight: bold;
}
#pricing-form2 div.container div.table-desktop div.line div.cell.b3 {
	background: #f6fcff;
	font-weight: bold;
}
#pricing-form2 div.container div.table-desktop div.line.error div.cell.b3 {
	background: #fbdcdc;
}
#pricing-form2 div.container div.table-desktop div.line div.cell.big {
	font-size: 18px;
}
#pricing-form2 div.container div.table-desktop div.line div.cell div.help {
	border-bottom: 1px dotted;
	cursor: help;
	display: inline;
	position: relative;
}
#pricing-form2 div.container div.table-desktop div.line div.cell div.help span {
	background: #354650;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	bottom: 25px;
	color: #fff;
	display: none;
	font-size: 14px;
	left: 50%;
	margin-left: -65px;
	padding: 8px 15px 12px;
	position: absolute;
	text-align: center;
	width: 240px;
	line-height: 18px;
	box-sizing: border-box;
}
#pricing-form2 div.container div.table-desktop div.line div.cell div.help span i {
	background: #354650;
	bottom: -8px;
	height: 16px;
	left: 54px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 16px;
}
#pricing-form2 div.container div.table-desktop div.line div.cell:first-child {
	width: 46%;
	line-height: 14px;
	padding-left: 10px;
	text-align: left;
}
#pricing-form2 div.container div.table-desktop div.line div.cell:last-child {
	border-right: unset;
}
#pricing-form2 div.container div.table-desktop div.line div.cell i.pch {
	background: url(../img/pricing-check.svg) no-repeat;
	display: block;
	height: 14px;
	margin: 3px auto 1px;
	width: 18px;
}
#pricing-form2 div.container div.table-desktop div.line div.cell i.pmin {
	background: url(../img/pricing-minus.svg) no-repeat;
	display: block;
	height: 15px;
	margin: 2px auto 0;
	width: 18px;
}
#pricing-form2 div.container div.table-desktop div.line div.cell i.pucheck {
	background: url(../img/pricing-checkbox.svg) no-repeat;
	display: block;
	height: 28px;
	margin: 4px auto 2px;
	width: 28px;
	cursor: pointer;
}
#pricing-form2 div.container div.table-desktop div.line div.cell i.pcheck {
	background: url(../img/pricing-checkbox-active.svg) no-repeat;
	display: block;
	height: 28px;
	margin: 4px auto 2px;
	width: 28px;
	cursor: pointer;
}
#pricing-form2 div.container div.more {
	text-align: center;
	margin-top: 9px;
}
#pricing-form2 div.container div.more span {
	border-bottom: 2px dashed;
	color: #54d1ff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
}
#pricing-form2 div.container a.button {
	width: 280px;
	line-height: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #54d1ff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	margin: 20px auto 0;
	text-decoration: none;
	display: block;
}
#pricing-form2 div.container a.button:hover {
	background: #00aff1;
}
#pricing-form2 div.container a.button.disabled {
	opacity: 0.3;
	cursor: default;
}
#pricing-form2 div.container a.button.disabled:hover {
	background: #54d1ff;
}
#pricing-form2 div.container div.message {
	display: none;
	background: #ff2f4f;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 20px auto 0;
	text-align: center;
	width: 280px;
	line-height: 40px;
}
@media (min-width: 768px){
	#pricing-form2 div.container {
		padding: 14px 0 50px;
	}
	#pricing-form2 div.container div.close {
		right: -40px;
	}
	#pricing-form2 div.container div.title {
		font-size: 36px;
		line-height: 1.17;
		width: 440px;
		margin: 0 auto 13px;
	}
	#pricing-form2 div.container div.description {
		width: unset;
	}
	#pricing-form2 div.container div.table-mobile {
		display: none;
	}
	#pricing-form2 div.container div.table-desktop {
		display: block;
	}
	#pricing-form2 div.container a.button {
		width: 360px;
	}
	#pricing-form2 div.container div.message {
		width: 360px;
	}
}
div.guaranteed {
	font-size: 16px;
	cursor: pointer;
	display: table;
	margin: 10px auto 0;
	position: relative;
	padding: 0 20px 0 30px;
}
div.guaranteed:hover span {
	display: unset;
}
div.guaranteed::before {
	content: "";
	background: url(../img/guaranteed-handup.svg) no-repeat;
	height: 22px;
	width: 24px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}
div.guaranteed::after {
	content: "";
	height: 14px;
	width: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
div.guaranteed.white::after {
	background: url(../img/guaranteed-question-white.svg) no-repeat;
}
div.guaranteed.black::after {
	background: url(../img/guaranteed-question-black.svg) no-repeat;
}
div.guaranteed.white {
	color: #fff;
}
div.guaranteed span {
	display: none;
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -155px;
	background: #354650;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	padding: 10px 10px 15px 10px;
	width: 290px;
}
div.guaranteed span i {
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #354650;
	height: 16px;
	width: 16px;
	margin-bottom: -8px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
@media (min-width: 560px){
	div.guaranteed span {
		left: unset;
		margin-left: unset;
		right: -140px;
	}
}